Conversation
|
https://github.com/HartsyAI/SwarmUI-SD.cpp-Backend I made an extension for SwarmUI that lets you use SDcpp. Its not built in like you are making but it can use almost all the features Swarm has been building on. |
|
Oh just saw this. I actually thought about implementing a webui for this project and already did so, but only posted it on Reddit. In the end I created a separate project because I also wanted to add more features like chat with llama.cpp support. But maybe if you want something a bit nicer I could simplify and backport it? https://old.reddit.com/r/StableDiffusion/comments/1prn3h9/what_does_a_good_webui_need/ https://github.com/Danmoreng/stable-diffusion.cpp/tree/archive/pre-sync-work |
|
Nice look. Works well.
|
|
When will it be merged in the master ? |
|
I think it would be better if the index.html (and gen_index_html.h?) where generated in the frontend repo, and exported as release assets and then fetched (optionally) from there. |
A submodule is a bit of a heavy hammer when you are really just interested in the ready index.html. Cmake is good at (optionally or not) fetching remote resources. |
Generate index.html and gen_index_html.h
Build sd.cpp
Example